home *** CD-ROM | disk | FTP | other *** search
- -- card: 7234 from stack: in.0
- -- bmap block id: 29836
- -- flags: 0000
- -- background id: 10646
- -- name: SneakPreview
- ----- HyperTalk script -----
- on returnKey
- send mouseUp to cd btn "YesBtn"
- end returnKey
-
- on enterKey
- send mouseUp to cd btn "YesBtn"
- end enterKey
-
- on doSneakPreview
- put 20 into theWait
- set cursor to none
- push card
-
- visual dissolve
- go stack "•HC 2.0-5"
- doAnimate
- wait theWait*2
- repeat with n = 6 down to 1
- visual dissolve
- go cd ("sneak." & n)
- wait theWait
- end repeat
-
- --lock screen
- --go cd "sneak.1"
- --unlock screen with dissolve
- wait theWait
- lock screen
- hide btn "mask"
- unlock screen with dissolve
- wait theWait*2
- size1
- wait theWait*2
- lock screen
- show btn "mask"
- unlock screen with dissolve
- wait theWait
-
- lock screen
- go cd "sneak.2"
- unlock screen with dissolve
- wait theWait
- lock screen
- show cd fld "text"
- unlock screen with dissolve
- wait theWait
- showWindows
- wait theWait*4
- lock screen
- hide cd fld "text"
- show btn "windowMask1"
- show btn "windowMask2"
- unlock screen with dissolve
- wait theWait
-
- lock screen
- go cd "sneak.3"
- unlock screen with dissolve
- wait theWait
- lock screen
- hide btn "mask"
- unlock screen with dissolve
- wait theWait*2
- changeFonts
- wait theWait*2
- lock screen
- show btn "mask"
- unlock screen with dissolve
- wait theWait
-
- lock screen
- go cd "sneak.4"
- unlock screen with dissolve
- wait theWait
- lock screen
- show cd fld "text"
- unlock screen with dissolve
- wait theWait*2
- runIt
- wait theWait*2
- lock screen
- hide cd fld "text"
- unlock screen with dissolve
- wait theWait
-
- lock screen
- go cd "sneak.5"
- unlock screen with dissolve
- wait theWait*2
- typeIt
- wait theWait*2
- lock screen
- put empty into cd fld "text"
- unlock screen with dissolve
- wait theWait
-
- lock screen
- go cd "sneak.6"
- unlock screen with dissolve
- wait theWait
- lock screen
- show cd fld "text"
- unlock screen with dissolve
- wait theWait*2
- runIt
- wait theWait*2
- lock screen
- hide cd fld "text"
- unlock screen with dissolve
- wait theWait
-
- lock screen
- go cd "sneak.7"
- unlock screen with dissolve
- wait theWait
- lock screen
- show cd fld "text"
- unlock screen with dissolve
- wait theWait*2
- runIt
- wait theWait*2
- lock screen
- hide cd fld "text"
- unlock screen with dissolve
- wait theWait
-
- visual dissolve
- go cd "sneakLast"
-
- lock screen
- pop card
- unlock screen with dissolve
-
- end doSneakPreview
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 0001
- -- rect: left=473 top=304 right=336 bottom=505
- -- title width / last selected line: 0
- -- icon id / first selected line: 28467 / 28467
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: grey2
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 0001
- -- rect: left=473 top=286 right=315 bottom=505
- -- title width / last selected line: 0
- -- icon id / first selected line: 28467 / 28467
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=472 top=281 right=312 bottom=504
- -- title width / last selected line: 0
- -- icon id / first selected line: 3720 / 3720
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- visual wipe right
- go card "getting started"
- end mouseUp
-
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=0 top=0 right=343 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- beep
- end mouseUp
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=209 top=235 right=255 bottom=300
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: NoBtn
- ----- HyperTalk script -----
- on mouseUp
- go cd "before You Start"
- visual wipe left
- go card "getting started"
- end mouseUp
-
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=320 top=235 right=255 bottom=411
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: YesBtn
- ----- HyperTalk script -----
- on mouseUp
- go cd "before You Start"
- set cursor to none
- doSneakPreview
- go card "before You Start"
- visual wipe right
- go card "getting started"
- end mouseUp
-
-